home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: 2005 Utilities
/
CHIP Utilities 2005.7z
/
CHIP Utilities 2005.iso
/
images
/
arachne.igz
/
arachne.img
/
LEVEL0
/
UTILZ.CAB
/
bin
/
Reboot.bat
< prev
next >
Wrap
DOS Batch File
|
2005-01-16
|
209b
|
13 lines
@if "%debug%"=="" echo off
if "%1"=="/c" goto _cold
if "%1"=="/C" goto _cold
if "%1"=="-c" goto _cold
if "%1"=="-C" goto _cold
:_warm
fdapm warmboot
goto _end
:_cold
fdapm coldboot
goto _end
:_end